home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Reference Guide / C-C++ Interactive Reference Guide.iso / c_ref / csource5 / 349_01 / sss.arc / SSSP1.H < prev    next >
Encoding:
Text File  |  1990-09-06  |  269 b   |  12 lines

  1. { file sssp1.h }
  2.  
  3. {  SSS - Simulation Subroutine Set. Version 1.00
  4.    Copyright (C) M. A. Pollatschek 1990.  All rights reserved.
  5. }
  6.  
  7. type
  8.    user_arr = array[1..100] of real8;
  9.    str6     = string(6);
  10.    str20    = string(20);
  11.    str60    = string(60);
  12.